home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PBMUPC.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  70 lines

  1.  
  2.  
  3. pbmupc(1)                  Unix Programmer's Manual                  pbmupc(1)
  4.  
  5.  
  6. NAME
  7.      pbmupc - create a Universal Product Code bitmap
  8.  
  9. SYNOPSIS
  10.      pbmupc [-s1|-s2] type manufac product
  11.                       ---- ------- -------
  12.  
  13. DESCRIPTION
  14.      Generates a Universal Product Code symbol.  The three  arguments  are:  a
  15.      one  digit product type, a five digit manufacturer code, and a five digit
  16.      product code.  For example, "0 72890 00011" is the code for Heineken.
  17.  
  18.      As presently configured, pbmupc produces a bitmap 230 bits wide  and  175
  19.                               ------
  20.      bits  high.   The  size  can  be  altered  by changing the defines at the
  21.      beginning of the program, or by running the output through pnmenlarge  or
  22.                                                                 ----------
  23.      pnmscale.
  24.      --------
  25.  
  26. OPTIONS
  27.  
  28.      The -s1 and -s2 flags select the style of UPC to generate.  The  default,
  29.      -s1, looks more or less like this:
  30.       ||||||||||||||||
  31.       ||||||||||||||||
  32.       ||||||||||||||||
  33.       ||||||||||||||||
  34.      0||12345||67890||5
  35.      The other style, -s2, puts the product type digit higher up, and  doesn't
  36.      display the checksum digit:
  37.       ||||||||||||||||
  38.       ||||||||||||||||
  39.      0||||||||||||||||
  40.       ||||||||||||||||
  41.       ||12345||67890||
  42.  
  43. SEE ALSO
  44.      pbm(5)
  45.  
  46. AUTHOR
  47.      Copyright (C) 1989 by Jef Poskanzer.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                 14 March 1989                                1
  69.  
  70.